Persistence Project

Persistence is an easy-to-use framework which supports multi-datasource, O-R Mapping and SQL-Mapping. The newest version could meet the needs of development of complex applications. The developers would spend less time on DAO modules.

Welcome

Introduction

Persistence is an easy-to-use framework which supports multi-datasource, O-R Mapping and SQL-Mapping. The newest version could meet the needs of development of complex applications. The developers would spend less time on DAO modules.

This is the newest version of Persistence is 2.0, it includes four toolkit:

  1. Persistence2-log:Persistence2-log is an easy-use tool which supports customize configuration. It could save logs with different levels and complexity. This tool could meet user's need of log management on software development and running.
  2. Persistence2-datasource:Persistence2-datasource is a connection-pool toolkit of Persistence2 framework. It provides service of allocating, managing and releasing database connections.
  3. Persistence2-config:Persistence2-config is a basic toolkit of Persistence2 framework. It provides management of settings on ORM and SQL-MAPPING.
  4. Persistence2-obj2sql:Persistence2-obj2sql is the core toolkit of Persistence2 framework. It provides more services to deal with complex business logic by ORM and SQL-MAPPING. It would help developers to release from coding of DAO.

 

Getting Started

(Please replace // with @)
  1. Study the Document
  2. Download Resources
  3. Discuss with jackleedreamagain//gmail.com
  4. Read MIT License

 

News

2017-05-17 : Release Persistence 2.0.1 framework

This is the first version of Persistence 2.0, which has been rebuild for relational database and includes four toolkits :

  • Persistence-log v2.0.2
  • Persistence-config v2.0.2
  • Persistence-datasource v2.0.2
  • Persistence-obj2sql v2.0.2

2011-03-23 : Release Persistence 1.0.5 framework

Fix up bugs of version 1.0.4.

2009-11-27 : Release Persistence 1.0.4 framework

This is the first version of Persistence framework which is desgined with ORM Rules and ORF Rules and would be used to build rIch-client-application and test environment in a quick way.